home *** CD-ROM | disk | FTP | other *** search
- MyApp = {
- ACTIONS = {
- save:;
- closeHost:;
- delete:;
- localConfig:;
- infoPanel:;
- hostAddConfig:;
- appDidInit:;
- saveToDomain:;
- timeConfig:;
- openHost:;
- terminate:;
- newHost:;
- revert:;
- };
- OUTLETS = {
- hostAddConfig;
- winMenuMatrix;
- infoPanelVersion;
- winMenu;
- timeConfig;
- localConfig;
- securityPanel;
- infoPanel;
- host;
- };
- SUPERCLASS = Application;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-